Why is web app development path in Java this much confusing? [closed]

Posted by Farshid on Programmers See other posts from Programmers or by Farshid
Published on 2012-06-12T22:49:49Z Indexed on 2012/06/13 4:47 UTC
Read the original article Hit count: 257

Filed under:
|
|

I'm currently a .net web developer and I really like to switch to Java. I've used JSP about 7 years ago to develop and deploy a small web application on a JRUN app server. But after 7 years that I like to return back to Java, I can't find the clue. There are many web development frameworks that exist in Java world and each of them has fans that recommand it. There are extensions that sit above jvm for web development (like jRuby i think). I am confused and I do not know where to start the path of learning java web development. I do not want to focus on custom tailor-made approaches and want to remain on the basic path of developing with standard tools and methods and deploy them into standard app servers. (For example some says do not use EJBs, some says focus on MVC facilities like JSF. I'm confused and I do not know the path that i should go on)

© Programmers or respective owner

Related posts about java

Related posts about web-development